[18.0][FWP] password_security_tests: PR #999 PR #1001 - #1002
Conversation
|
The CI fails by other thing... you should add an extra commit adding in test-requirements.txt the library |
|
I think we could try pinning the anyio version in the fastapi addon to one that doesn't raise this DeprecationWarning. From what I can see, the issue comes from Starlette's TestClient using anyio.abc.BlockingPortal. Maybe anyio<4.15 would be enough to avoid it. What do you think about giving it a try? |
|
@lmignon are you aware of this incompatibility in FastAPI? |
@pedrobaeza Yes, I'm aware and here it's how you can fix it OCA/rest-framework#640 regards |
|
Thanks, Laurent. @Andrii9090-tecnativa can you proceed? |
|
/ocabot merge patch |
|
On my way to merge this fine PR! |
|
Congratulations, your PR was merged at 6e56972. Thanks a lot for contributing to OCA. ❤️ |

Forwardport PRs #999 #1001
@pedrobaeza @adasatorres-tecnativa ping
@Tecnativa